﻿2026-08-25T14:20:16.0341825Z ##[group]Run actions/checkout@v5
2026-08-25T14:20:16.0342914Z with:
2026-08-25T14:20:16.0343672Z   fetch-depth: 0
2026-08-25T14:20:16.0344439Z   repository: BigscreenVR/spt-bs-core
2026-08-25T14:20:16.0365445Z   token: ***
2026-08-25T14:20:16.0366497Z   ssh-strict: true
2026-08-25T14:20:16.0367150Z   ssh-user: git
2026-08-25T14:20:16.0367852Z   persist-credentials: true
2026-08-25T14:20:16.0368549Z   clean: true
2026-08-25T14:20:16.0369282Z   sparse-checkout-cone-mode: true
2026-08-25T14:20:16.0370042Z   fetch-tags: false
2026-08-25T14:20:16.0370676Z   show-progress: true
2026-08-25T14:20:16.0371344Z   lfs: false
2026-08-25T14:20:16.0371951Z   submodules: false
2026-08-25T14:20:16.0372618Z   set-safe-directory: true
2026-08-25T14:20:16.0373346Z   allow-unsafe-pr-checkout: false
2026-08-25T14:20:16.0374093Z ##[endgroup]
2026-08-25T14:20:16.1186867Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-25T14:20:16.1189241Z ##[group]Getting Git version info
2026-08-25T14:20:16.1190449Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-25T14:20:16.1192606Z [command]/usr/bin/git version
2026-08-25T14:20:16.1193370Z git version 2.43.0
2026-08-25T14:20:16.1202918Z ##[endgroup]
2026-08-25T14:20:16.1211056Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/a5e8b33c-396b-4098-b60c-2008a0c01bef/.gitconfig'
2026-08-25T14:20:16.1218157Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/a5e8b33c-396b-4098-b60c-2008a0c01bef' before making global git config changes
2026-08-25T14:20:16.1220488Z Adding repository directory to the temporary git global config as a safe directory
2026-08-25T14:20:16.1222378Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-25T14:20:16.1251126Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-25T14:20:16.1267724Z https://github.com/BigscreenVR/spt-bs-core
2026-08-25T14:20:16.1278228Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-25T14:20:16.1280757Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-25T14:20:16.1299348Z refs/heads/golden/field-seal-225
2026-08-25T14:20:16.1306506Z [command]/usr/bin/git checkout --detach
2026-08-25T14:20:16.1654795Z HEAD is now at de91ee62c release: v0.63.0 shape — bump, changelog
2026-08-25T14:20:16.1697308Z [command]/usr/bin/git branch --delete --force golden/field-seal-225
2026-08-25T14:20:16.1734450Z Deleted branch golden/field-seal-225 (was de91ee62c).
2026-08-25T14:20:16.2698502Z ##[endgroup]
2026-08-25T14:20:16.2701609Z [command]/usr/bin/git submodule status
2026-08-25T14:20:16.2945627Z ##[group]Cleaning the repository
2026-08-25T14:20:16.2948118Z [command]/usr/bin/git clean -ffdx
2026-08-25T14:20:20.3117080Z Removing bench-ledger/
2026-08-25T14:20:20.3117486Z Removing target/
2026-08-25T14:20:20.3128832Z [command]/usr/bin/git reset --hard HEAD
2026-08-25T14:20:20.3280599Z HEAD is now at de91ee62c release: v0.63.0 shape — bump, changelog
2026-08-25T14:20:20.3285800Z ##[endgroup]
2026-08-25T14:20:20.3288223Z ##[group]Disabling automatic garbage collection
2026-08-25T14:20:20.3291349Z [command]/usr/bin/git config --local gc.auto 0
2026-08-25T14:20:20.3316580Z ##[endgroup]
2026-08-25T14:20:20.3317035Z ##[group]Setting up auth
2026-08-25T14:20:20.3322588Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-25T14:20:20.3348659Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-25T14:20:20.3541385Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-25T14:20:20.3565684Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-25T14:20:20.3751390Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-25T14:20:20.3777313Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-25T14:20:20.3972146Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-25T14:20:20.4007071Z ##[endgroup]
2026-08-25T14:20:20.4007462Z ##[group]Fetching the repository
2026-08-25T14:20:20.4013748Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-08-25T14:20:23.3629386Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-25T14:20:23.3630086Z  * [new branch]          assembly/field-seal-63  -> origin/assembly/field-seal-63
2026-08-25T14:20:23.3630673Z  * [new branch]          docs/event-attr-passthrough -> origin/docs/event-attr-passthrough
2026-08-25T14:20:23.3634052Z  * [new branch]          fix/222-seal-kcm-backend -> origin/fix/222-seal-kcm-backend
2026-08-25T14:20:23.3635302Z  * [new branch]          fix/w2-seal-ux          -> origin/fix/w2-seal-ux
2026-08-25T14:20:23.3637673Z  * [new branch]          fix/w3-ingest-serialize -> origin/fix/w3-ingest-serialize
2026-08-25T14:20:23.3639566Z  * [new branch]          fix/w4-exit-subject     -> origin/fix/w4-exit-subject
2026-08-25T14:20:23.3644092Z  * [new branch]          release/v0.63.0-shape   -> origin/release/v0.63.0-shape
2026-08-25T14:20:23.3754530Z [command]/usr/bin/git branch --list --remote origin/golden/field-seal-225
2026-08-25T14:20:23.3815778Z   origin/golden/field-seal-225
2026-08-25T14:20:23.3823524Z [command]/usr/bin/git rev-parse refs/remotes/origin/golden/field-seal-225
2026-08-25T14:20:23.3842848Z de91ee62cbf5195600de5f5bfe4f097d2c533b52
2026-08-25T14:20:23.3846480Z ##[endgroup]
2026-08-25T14:20:23.3847211Z ##[group]Determining the checkout info
2026-08-25T14:20:23.3847953Z ##[endgroup]
2026-08-25T14:20:23.3851046Z [command]/usr/bin/git sparse-checkout disable
2026-08-25T14:20:23.3892422Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-25T14:20:23.3916531Z ##[group]Checking out the ref
2026-08-25T14:20:23.3919433Z [command]/usr/bin/git checkout --progress --force -B golden/field-seal-225 refs/remotes/origin/golden/field-seal-225
2026-08-25T14:20:23.3982550Z Switched to a new branch 'golden/field-seal-225'
2026-08-25T14:20:23.3983290Z branch 'golden/field-seal-225' set up to track 'origin/golden/field-seal-225'.
2026-08-25T14:20:23.3988520Z ##[endgroup]
2026-08-25T14:20:23.4024875Z [command]/usr/bin/git log -1 --format=%H
2026-08-25T14:20:23.4050730Z de91ee62cbf5195600de5f5bfe4f097d2c533b52
